In this section, we will learn the basics of web scraping with Selenium. This section, project #1 and project #2 cover all the things you can do with Selenium.
Keep in mind that the version of Selenium I'm using in this course is 3.141.0
When you reach the lecture where I show you how to install Selenium, make sure you install it running the following command:
pip install selenium==3.141.0
If you install any other version, the code might stop working.